home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineButton2_606 / BUTTONCONDACTION on(keyPress i).as next >
Text File  |  2008-11-12  |  119b  |  8 lines

  1. on(keyPress "i"){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndStop(eval("/Variables:EtatVide"));
  5.    }
  6.    play();
  7. }
  8.